Mailbox Constructor (String) |
Initializes a new instance of the Mailbox.
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Mailbox(
string mailbox
)
Public Sub New (
mailbox As String
)
Parameters
- mailbox
- Type: SystemString
Email address and name of mailbox owner.
See Also